home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / financal / ezm13e.zip / README.BAT < prev    next >
DOS Batch File  |  1997-01-01  |  848b  |  25 lines

  1. @echo off
  2. cls
  3. echo Easy Money (tm) Copyright (C) WaverlyStreet, 1996-97. All Rights Reserved.
  4. echo.
  5. echo evaluation version 1.3
  6. echo.
  7. echo You should have the following files:
  8. echo.
  9. echo EZM13E.EXE     (the main program)
  10. echo INSTALLE.EXE   (an interactive installation utility)
  11. echo EZM.MAN        (the manual)
  12. echo ABOUTEZM.TXT   (license information / description)
  13. echo STANDARD.MCR   (a sample macro file)
  14. echo TEMPLATE.MCR   (a macro template)
  15. echo and this file, README.BAT
  16. echo.
  17. echo Change to the drive and directory containing these files and then
  18. echo type "installe", and press ENTER to read the manual and license 
  19. echo information, and to (optionally) install Easy Money on your computer.
  20. echo.
  21. echo To run the program, go to the directory where it is installed and type
  22. echo ezm13e and press ENTER
  23. echo.
  24. pause
  25.